home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / include / funcs / potgo_funcs.h < prev    next >
C/C++ Source or Header  |  1996-09-10  |  495b  |  22 lines

  1. #ifndef  FUNCS_POTGO_FUNCS_H
  2. #define  FUNCS_POTGO_FUNCS_H
  3.  
  4. /*
  5. **
  6. ** Function declarations for ACE Basic
  7. **
  8. ** Note: Translated to ACE by Nils Sjoholm
  9. **
  10. ** Date: 11-Oct-95 TO 14-Oct-95
  11. **
  12. */              
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. DECLARE FUNCTION SHORTINT AllocPotBits( LONGINT bits ) LIBRARY potgo
  19. DECLARE FUNCTION FreePotBits( LONGINT bits ) LIBRARY potgo
  20. DECLARE FUNCTION WritePotgo( LONGINT word, LONGINT mask ) LIBRARY potgo
  21. #endif   /* FUNCS_POTGO_FUNCS_H */
  22.